New Item
The New Item modal allows users to enter a file name for the new report being created. It ensures a unique and meaningful name is set before proceeding with report editing.
UI Elements
- FILE NAME
Text input where the user defines the name of the new report file. The extension is added automatically depending on the type (e.g.,.repx). - Cancel
Closes the modal without creating a file. - OK
Confirms the file name and creates the report item.
Validation Rules
- The file name must not be empty.
- Special characters are not allowed.
- File names must be unique within the report folder.
Usage Flow
- Triggered when Add Report is clicked.
- Enter the file name.
- Click OK to proceed to Report Designer.